(PHP 5)
DOMDocument::createComment — Create new comment node
This function creates a new instance of class DOMComment. Este nodo no sera mostrado en el documento a no ser que sea introducido por ejemplo con DOMNode->appendChild().
The content of the comment.
The new DOMComment or FALSE if an error occured.